home *** CD-ROM | disk | FTP | other *** search
/ Swimsuit Review 95 / Swimsuit Review 95.iso / mac / Data / swim8.DIR / 00015_Script_15 < prev    next >
Text File  |  1995-07-13  |  326b  |  14 lines

  1. -- Male Listbox
  2.  
  3. on mouseUp
  4.   global eriksLine,erikLine, firstFrameNumber  
  5.   if soundBusy(1) then sound stop 1
  6.   sound playFile 1, "Camera.AIF"
  7.   put the mouseLine  into eriksLine
  8.   hilite line eriksLine of field "MaleList"
  9.   put (eriksLine * 2) + firstFrameNumber - 2 into erikLine
  10.   go to frame erikLine
  11. end
  12.  
  13.  
  14.